<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ban, .mban {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
}
.ban-img {
    width: 100%;
	height: 100%;
    display: block;
    object-fit: cover;
}
.ban-txt {
     line-height: 150%;
     height: auto;
     overflow: hidden;
     position: absolute;
     left: 0;
     top: 0;
}
.ban-txt.c {
    text-align: center;
}
.ban-txt.r {
    text-align: right;
}
.ban-txt.s1 {
    text-shadow: 0 1px 1px #000;
}
.ban-txt.s2 {
    text-shadow: 0 2px 2px #000;
}
.ban-txt.s3 {
    text-shadow: 0 3px 3px #000;
}
.ban-txt.s4 {
    text-shadow: 0 4px 4px #000;
}
.ban-txt.s5 {
    text-shadow: 0 5px 5px #000;
}

.lh0 {
    line-height: 100%;
}
.lh1 {
    line-height: 110%;
}
.lh2 {
    line-height: 120%;
}
.lh3 {
    line-height: 130%;
}
.lh4 {
    line-height: 140%;
}
.lh5 {
    line-height: 150%;
}
.lh6 {
    line-height: 160%;
}
.lh7 {
    line-height: 170%;
}
.lh8 {
    line-height: 180%;
}
.lh9 {
    line-height: 190%;
}
.lh10 {
    line-height: 200%;
}

.t92 {
    font-size: 5.75rem;
}
.t88 {
    font-size: 5.5rem;
}
.t84 {
    font-size: 5.25rem;
}
.t80 {
    font-size: 5rem;
}
.t76 {
    font-size: 4.75rem;
}
.t72 {
    font-size: 4.5rem;
}
.t68 {
    font-size: 4.25rem;
}
.t64 {
    font-size: 4rem;
}
.t60 {
    font-size: 3.75rem;
}
.t56 {
    font-size: 3.5rem;
}
.t52 {
    font-size: 3.25rem;
}
.t48 {
    font-size: 3rem;
}
.t46 {
    font-size: 2.875rem;
}
.t44 {
    font-size: 2.75rem;
}
.t42 {
    font-size: 2.625rem;
}
.t40 {
    font-size: 2.5rem;
}
.t38 {
    font-size: 2.375rem;
}
.t36 {
    font-size: 2.25rem;
}
.t34 {
    font-size: 2.125rem;
}
.t32 {
    font-size: 2rem;
}
.t30 {
    font-size: 1.875rem;
}
.t28 {
    font-size: 1.75rem;
}
.t26 {
    font-size: 1.625rem;
}
.t24 {
    font-size: 1.5rem;
}
.t23 {
    font-size: 1.437rem;
}
.t22 {
    font-size: 1.375rem;
}
.t21 {
    font-size: 1.312rem;
}
.t20 {
    font-size: 1.25rem;
}
.t19 {
    font-size: 1.188rem;
}
.t18 {
    font-size: 1.125rem;
}
.t17 {
    font-size: 1.125rem;
}
.t16 {
    font-size: 1rem;
}
.t15 {
    font-size: 0.937rem;
}
.t14 {
    font-size: 0.875rem;
}
.t13 {
    font-size: 0.825rem;
}
.t12 {
    font-size: 0.75rem;
}
.t10 {
    font-size: 0.625rem;
}

.ban-icon {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.ban-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.ban-btn {
    border: 1px solid #000;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ban .ban-btn {
    width: 160px;
    line-height: 50px;
}
.mban .ban-btn {
    width: 100px;
    line-height: 30px;
}</pre></body></html>